-
Notifications
You must be signed in to change notification settings - Fork 5
feat: implement dynamic versioning with setuptools_scm #671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #671 +/- ##
==========================================
- Coverage 71.90% 71.88% -0.03%
==========================================
Files 48 48
Lines 3271 3279 +8
Branches 576 577 +1
==========================================
+ Hits 2352 2357 +5
- Misses 704 705 +1
- Partials 215 217 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
f1e5468
to
e621211
Compare
|
AI generated? |
for version_info_templater part, yes |
@nicogodet I think we should first switch to pyproject in a dedicated PR. Check everything works as previously in packaging and then change the way of versioning. Still I've already made those moves on other projects and it's the good things to do. |
You already convert this project to pyproject.toml 🧐 |
😂 I sincerely and completely forgot about this one |
This change enables automatic version management from git tags,
eliminating the need to manually update version strings.